home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / date / examples / expbook0.dfm / expbook0.txt
Encoding:
Text File  |  1996-04-08  |  866 b   |  47 lines

  1. object Form1: TForm1
  2.   Left = 347
  3.   Top = 159
  4.   Width = 433
  5.   Height = 122
  6.   Caption = 'Phonebook Example'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 8
  15.     Top = 12
  16.     Width = 136
  17.     Height = 16
  18.     Caption = 'Phonebook filename:'
  19.   end
  20.   object Edit1: TEdit
  21.     Left = 152
  22.     Top = 8
  23.     Width = 265
  24.     Height = 24
  25.     TabOrder = 0
  26.   end
  27.   object BitBtn1: TBitBtn
  28.     Left = 184
  29.     Top = 56
  30.     Width = 233
  31.     Height = 33
  32.     Caption = 'Click here to edit the phonebook!'
  33.     TabOrder = 1
  34.     OnClick = BitBtn1Click
  35.   end
  36.   object ApdPhonebook1: TApdPhonebook
  37.     FileName = 'DATABASE.INI'
  38.     Left = 8
  39.     Top = 60
  40.   end
  41.   object ApdPhonebookEditor1: TApdPhonebookEditor
  42.     Phonebook = ApdPhonebook1
  43.     Left = 40
  44.     Top = 60
  45.   end
  46. end
  47.